- single-threaded program
- последовательная программа
English-Russian dictionary of computer science. 2015.
English-Russian dictionary of computer science. 2015.
Single Thread Execution — Шаблон проектирования Однопоточное выполнение Single Threaded Execution Описан в Design Patterns Нет Однопоточное выполнение (англ. Single Threaded Execution) известный также под названием англ. Critical Section … Википедия
Threaded code — Not to be confused with multi threaded programming. In computer science, the term threaded code refers to a compiler implementation technique where the generated code has a form that essentially consists entirely of calls to subroutines. The code … Wikipedia
History of the single-lens reflex camera — The history of the single lens reflex camera predates the invention of photography in 1826/27 by one and a half centuries with the use of a reflex mirror in a camera obscura first described in 1676. Such SLR devices were popular as drawing aids… … Wikipedia
Aptitude (program) — Infobox Software name = aptitude caption = collapsible = author = developer = released = latest release version = 0.4.11.2 latest release date = release date and age|2008|04|09 latest preview version = latest preview date = frequently updated =… … Wikipedia
Thread (computer science) — This article is about the concurrency concept. For the multithreading in hardware, see Multithreading (computer architecture). For the form of code consisting entirely of subroutine calls, see Threaded code. For other uses, see Thread… … Wikipedia
Micro-operation — In computer central processing units, micro operations (also known as a micro ops or μops) are detailed low level instructions used in some designs to implement complex machine instructions (sometimes termed macro instructions in this context).… … Wikipedia
Multi-core processor — Diagram of a generic dual core processor, with CPU local level 1 caches, and a shared, on die level 2 cache … Wikipedia
Message Passing Interface — MPI, the Message Passing Interface, is standardized and portable message passing system designed by a group of researchers from academia and industry to function on a wide variety of parallel computers. The standard defines the syntax and… … Wikipedia
Command-query separation — (CQS) is a principle of imperative computer programming. It was devised by Bertrand Meyer as part of his pioneering work on the Eiffel programming language. It states that every method should either be a command that performs an action, or a… … Wikipedia
Multi-core — A multi core processor (or chip level multiprocessor, CMP) combines two or more independent cores into a single package composed of a single integrated circuit (IC), called a die, or more dies packaged together. The individual core is normally a… … Wikipedia
Serializability — In concurrency control of databases,[1][2] transaction processing (transaction management), and various transactional applications (e.g., transactional memory[3] and software transactional memory), both centralized and distributed, a transaction… … Wikipedia